Summary Card
fun SummaryCard(result: BiWeeklyEvaluationEntry, onNavigateToSummaryDialog: (BiWeeklyEvaluationEntry?) -> Unit)
Displays a card with the details of a bi-weekly evaluation entry, including depression and anxiety scores.
Parameters
result
The BiWeeklyEvaluationEntry whose data will be displayed in the card.
on Navigate To Summary Dialog
A lambda function to handle navigation to the summary dialog for the selected entry.